File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 47
47
BROWSER_TRUST_KEY=${{ secrets.BROWSER_TRUST_KEY }},
48
48
BROWSER_AGENT_ID=${{ secrets.BROWSER_AGENT_ID }},
49
49
BROWSER_APPLICATION_ID=${{ secrets.BROWSER_APPLICATION_ID }}
50
+ NEW_RELIC_METADATA_COMMIT=${{ github.sha }}
51
+ NEW_RELIC_METADATA_RELEASE_TAG=${{ github.ref_name }}
50
52
51
53
- name : Generate artifact attestation
52
54
uses : actions/attest-build-provenance@v1
Original file line number Diff line number Diff line change @@ -47,4 +47,10 @@ COPY --from=build /src/newrelic/ ./newrelic/
47
47
COPY --chmod=0755 entrypoint.sh /
48
48
COPY --chmod=0755 tester.sh /app
49
49
50
+ ARG NEW_RELIC_METADATA_COMMIT
51
+ ENV NEW_RELIC_METADATA_COMMIT=$NEW_RELIC_METADATA_COMMIT
52
+
53
+ ARG NEW_RELIC_METADATA_RELEASE_TAG
54
+ ENV NEW_RELIC_METADATA_RELEASE_TAG=$NEW_RELIC_METADATA_RELEASE_TAG
55
+
50
56
ENTRYPOINT ["/entrypoint.sh" ]
Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ while true; do
27
27
sleep 1
28
28
curl -s -o /dev/null http://localhost:8081/owners/4
29
29
sleep 1
30
+ curl -s -o /dev/null http://localhost:8081/owners/1000/pets/10/edit
31
+ sleep 1
30
32
curl -s -o /dev/null http://localhost:8081/owners/10/pets/10/edit
31
33
sleep 1
32
34
curl -s -o /dev/null http://localhost:8081/owners? page=0
You can’t perform that action at this time.
0 commit comments