Skip to content

Commit

Permalink
Back to default tag
Browse files Browse the repository at this point in the history
  • Loading branch information
isamauny authored Feb 12, 2024
1 parent 5ab4edf commit 1fb51cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/42c-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
login_response=$(python .42c/scripts/pixi-login.py -c GITHUB -u ${{ env.USER_NAME }} -p ${{ env.USER_PASS }} -t ${{ env.TARGET_URL }})
echo "PHOTO_API_TOKEN=$login_response" >> $GITHUB_OUTPUT
- name: Scan API for vulnerabilities
uses: 42Crunch/api-security-scan-action-freemium@v1.1
uses: 42Crunch/api-security-scan-action-freemium@v1
with:
# Upload results to Github Code Scanning
# Set to false if you don't have Github Advanced Security enabled.
Expand Down

0 comments on commit 1fb51cc

Please sign in to comment.