Skip to content

Bump ossf/scorecard-action from 2.4.0 to 2.4.3 #5306

Bump ossf/scorecard-action from 2.4.0 to 2.4.3

Bump ossf/scorecard-action from 2.4.0 to 2.4.3 #5306

Workflow file for this run

name: TheHarvester Docker Image CI
on: [push, pull_request]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
with:
egress-policy: audit
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Build the Docker image
run: docker build --tag theharvester .
- name: Smoke test
run: docker run --rm theharvester --help | grep restfulHarvest